home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 47 / CD-ROM 47 / CD-ROM 47.iso / aplicat / minibase / _setup.1 / MiniBase.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  1999-03-12  |  1.1 KB  |  58 lines

  1. object SplashForm: TSplashForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashForm'
  6.   ClientHeight = 244
  7.   ClientWidth = 322
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 322
  23.     Height = 244
  24.     Align = alClient
  25.     BevelWidth = 3
  26.     TabOrder = 0
  27.     object Image1: TImage
  28.       Left = 3
  29.       Top = 3
  30.       Width = 316
  31.       Height = 238
  32.       Align = alClient
  33.       AutoSize = True
  34.       Picture.Data = {<image000.bmp>}
  35.     end
  36.     object Label1: TLabel
  37.       Left = 88
  38.       Top = 152
  39.       Width = 144
  40.       Height = 21
  41.       Caption = '(Pre-release V2.0b)'
  42.       Font.Charset = ANSI_CHARSET
  43.       Font.Color = clAqua
  44.       Font.Height = -19
  45.       Font.Name = 'Times New Roman'
  46.       Font.Style = []
  47.       ParentFont = False
  48.       Transparent = True
  49.     end
  50.   end
  51.   object Timer1: TTimer
  52.     Interval = 2500
  53.     OnTimer = Timer1Timer
  54.     Left = 8
  55.     Top = 8
  56.   end
  57. end
  58.